projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a31b1a
)
* lisp/emacs-lisp/eieio.el (eieio pcase macro): Fix last-minute typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 May 2020 20:17:01 +0000
(16:17 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 10 May 2020 20:17:16 +0000
(16:17 -0400)
lisp/emacs-lisp/eieio.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eieio.el
b/lisp/emacs-lisp/eieio.el
index 6482c4d052a219bea73c4152564737764c505b0e..ee5dd2cccdb0a0cfe373393126dfbda17432b2f0 100644
(file)
--- a/
lisp/emacs-lisp/eieio.el
+++ b/
lisp/emacs-lisp/eieio.el
@@
-364,7
+364,7
@@
contents of field NAME is matched against PAT, or they can be of
`(app (pcase--flip eieio-oref ',name) ,pat))
((pred symbolp)
`(app (pcase--flip eieio-oref ',field) ,field))))
- field
-
s)))
+ fields)))
\f
;;; Simple generators, and query functions. None of these would do
;; well embedded into an object.